home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / bin / nvidia-detector < prev    next >
Text File  |  2008-10-06  |  167b  |  7 lines

  1. #! /usr/bin/python
  2. import NvidiaDetector
  3. from NvidiaDetector.nvidiadetector import NvidiaDetection
  4.  
  5. if __name__ == '__main__':
  6.     a = NvidiaDetection(printonly=True)
  7.